home *** CD-ROM | disk | FTP | other *** search
/ Shareware Super Platinum 8 / Shareware Super Platinum 8.iso / mac / ARCHIVE / CDA.ZIP;1 / CDA_DOCS.TXT next >
Encoding:
Text File  |  1993-07-22  |  2.5 KB  |  66 lines

  1. ************************************************************************
  2.      Steve Krenek's Compressed Digital Audio
  3.     featuring 4:1 compression
  4.      Copyright (c) 1993 Steve Krenek
  5. ************************************************************************
  6.  
  7. LICENSE AGREEMENT:
  8.     This a shareware product and may be freely distributed as long as
  9.   the following conditions are followed:
  10.     * the program is not modified in any way,
  11.     * all files herein are distributed together,
  12.     * only a nominal amount is charged for providing copies.
  13.   If you use this program, please become a registered user.
  14.   Use the accompanying order.txt, or send $15 (+$3 shipping & handling) to:
  15.  
  16.       Steve Krenek
  17.       10803 Kinghurst, Suite 255
  18.       Houston, TX 77099
  19.  
  20.  
  21. This program is available as a library for incorporation into your
  22. own program.  The current version supports Microsoft C.  The source
  23. code is also available for those wish to make additional modifications.
  24.     Library       $49
  25.      with Source  $99
  26.  
  27. ***************************************************************************
  28. USAGE:
  29.  
  30.   Compression: comp file.voc file.cda
  31.  
  32.   Decompression: decomp file.cda <file.voc>
  33.              (If no file.voc is given, the .cda file will play.)
  34.  
  35. ***************************************************************************
  36. A Note to users:
  37.  
  38.    If there are any questions or problems (if you have problems with a
  39. particular file, please include a copy of that file with the desciption
  40. of the problem), please let me know.
  41.  
  42.    And if there are program enhancements you would like to see
  43. (other sound file formats, support for other compilers, more functions,
  44. documentation improvements), please let me know that too.
  45.  
  46.    I can be reached by writing to the above address, or on Compuserve
  47. at 70404,573.  (Including your registration number is appreciated and
  48. gets you a higher priority response!).  Thanks for your support.
  49.  
  50.             Steve Krenek
  51.  
  52.  
  53. **************************************************************************
  54. Program Notes
  55.  
  56.    This program uses ADPCM (Adaptive diffrential Pulse Code Modulation)
  57. to compress uncompressed 8-bit digital data in .VOC format files.  The
  58. raw data is compressed by a factor of 4:1 (each byte is stored in 2-bits).
  59. However, after every 15 bytes a scale factor (the adaptive part), so
  60. overall compression of raw data is 3.75:1.  Also, the .VOC format has some
  61. overhead and may contain some previously compressed data, which is not
  62. further compressed, so typical files are compressed by a factor of
  63. 3.5 - 3.7:1.
  64.  
  65.  
  66.